home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / ARTIENCE / XXXPERT.LZH / READ.ME < prev    next >
Text File  |  1987-11-08  |  4KB  |  109 lines

  1. Documentation for XXXPERT is in the file named XXXPERT.DOC and is already
  2. formatted for printing.  You may print a copy with the following commmand:
  3.  
  4. type xxxpert.doc>prn
  5.  
  6. this release of XXXPERT has some additional features beyond those in the
  7. early releases of the product, including:
  8.  
  9.  
  10. 1. Support for integer and real numbers in rule fields.
  11.  
  12. 2. GT (greater than) syntax for numerics in rules.
  13.  
  14. 3. GE (greater than or equal to) syntax for numerics in rules.
  15.  
  16. 4. LT (less than) syntax for numerics in rules.
  17.  
  18. 5. LE (less than or equal to) syntax for numerics in rules.
  19.  
  20. 6. Non-compound IF syntax in rules (ie: IF --- EQ --- THEN --- EQ ---).
  21.  
  22. 7. Backspace key may be used interchangeably with left-arrow key.
  23.  
  24. 8. Punctuation keys available for use in rules and asks.
  25.  
  26. 9. Zap command on all edit mini-menus which will blank out the edit workspace.
  27.  
  28. 10.Insert/Overtype mode indicator on all edit screens.
  29.  
  30. 11.PageDown and PageUp keys supported in edit mode.
  31.  
  32. 12.Ask capacity increased to 600 lines (300 asks).
  33.  
  34. 13.Faster file I/O.
  35.  
  36. 14.Rules cross reference report (option on main menu).
  37.  
  38. 15.Faster compilation.
  39.  
  40. 16.Facility to get Asks and Rules in single file retrieval step (Get-a-file.)
  41.  
  42. 17.Command line parameter to indicate desired rulebase (ie: to start XXXPERT
  43.    from DOS with the CAR rules and asks files type: xxxpert car).  Optional.
  44.  
  45. 18.Support for longer individual rules (multiple ANDs in a rule).
  46.  
  47. 19.A consult-only operating mode that allows immediate start of consultation
  48.    from the DOS prompt or from batch files.  This mode may be used by typing
  49.    consult followed by the name of the desired rulebase. (ie: consult car2).
  50.    The rulebase must have been previously run through a KEEP to be used in
  51.    this mode and must have a set of ASKs with the same name. (ie: car2.a).
  52.    The KEEP creates a compiled set of rules and saves them in a .k file
  53.    (ie: car2.k).  KEEP is an option on XXXPERT's main menu.
  54.  
  55.  
  56. 20.A line may be deleted in edit by holding the Ctrl key and pressing the D
  57.    key at the same time.
  58.  
  59. 21.Enhanced menu facilities structured like a well-known spreadsheet product's.
  60.  
  61. 22.Rule element capacity increased to 400.
  62.  
  63. 23.Considerably enhanced error handling.
  64.  
  65. 24.Extended input and output facilities to link consultations with other
  66.    application's data or other consultation's data.
  67.  
  68. 25.Insert blank line in edit mode by using return key while in insert mode.
  69.  
  70. 26.Consultation prologue, intermission and epilog screens.
  71.  
  72. 27.Printer output option for Xref and Trace.
  73.  
  74. 28.Escape key terminates Consultation at any prompt XXXPERT or CONSULT.
  75.  
  76. 29.Identification and reporting of circular logic errors in coded rules.
  77.  
  78. 30.Capability to read 1-2-3 .WKS spreadsheet file data during consultations.
  79.  
  80. 31.Capability to run external programs during consultations and return data
  81.    to the consultations from external programs that are run during these
  82.    consultations.
  83.  
  84. 32.Comments may be included in the rules by placing a { in the first position
  85.    of the line to indicate that the line is a comment.  Comments may not be
  86.    placed before the goal, however.
  87.  
  88. 33.Capability to read dBASE3 (r) files during consultations.
  89.  
  90. 34.Automatic editing of user responses to prompts in consultation.
  91.  
  92. 35.A MINICON program that is a memory frugal (115k) version of CONSULT. 
  93.    MINICON has all CONSULT features except that ASKs are not available.
  94.  
  95. 36.Capability to link multiple rule files serially within a CONSULTation
  96.    run.  This allows expert systems with an arbitrarily large number of
  97.    rules.  This capability is implemented throught the CHN@ command in the
  98.    EPILOGUE facility.  CHN@ allows you to name a rulebase to invoke and
  99.    causes the results of the current consultation to be passed on to the
  100.    consultation for the named rulebase.  The EPILOGUE facility allows for an
  101.    individual CHN@ rulebase specification for each possible consultation
  102.    result, therefore the rulebase used for the next consultation may be
  103.    varied according to the outcome of the current consultation.  There is no
  104.    limit to the number of levels rulebases that may be involved in this type
  105.    of arrangement.
  106.  
  107. NOTE: operators other than EQ are allowed only in the IF portion of rules.
  108.       NE, GT, LT, GE, and LE may not appear in the THEN portion of rules.
  109.       If used they will be interpreted as an EQ.